.contest .tabs-head_1{
    background: url("../images/contens.jpg")no-repeat -30px -136px;
}
.contest .tabs-head_2{
    background: url("../images/contens.jpg")no-repeat -30px -175px;
}
.contest .tabs-head_3{
    background: url("../images/contens.jpg")no-repeat -30px -213px;
}
.contest .tabs-strong{
    background: url("../images/contens.jpg")no-repeat -2px -68px;
}
.contest .content_game{

}
.contest .hot_game{
    display: inline-block;
    width: 180px;
    background: #F5F5F5;
    margin-bottom: 6px;
}
.contest .hot_game:first-of-type{
    margin-right: 3px;
}
.contest .hot_game:nth-child(4){
    margin-left: 3px;
}
.contest .hot_game .pic{
    width: 100%;
    height: 126px;
}
.contest .hot_game .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contest .hot_game p{
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    color: #434343;
    margin: 12px;
}
.contest .list_1{
    margin-top: -11px;
}
.contest .list p.h5_top{
    font-weight: bold;
    font-size: 16px;
}
.eSports>.tabs{
     display: flex;
     justify-content: flex-end;
		}
.eSports>.tabs>a{
	margin-right: 25px;
	color: #ccc;
	font-size: 16px;
	text-decoration: none;
		}